home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter09 / ChangeScenesApplet.java < prev    next >
Text File  |  2000-08-27  |  187b  |  13 lines

  1.  
  2. package applets;
  3. import  shout3d.*;
  4.  
  5.  
  6. public class ChangeScenesApplet extends Shout3DApplet {
  7.  
  8.     public void initShout3DPanel(){
  9.         panel = new ChangeScenesPanel(this);
  10.     }
  11.     
  12. }
  13.